home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Serving Financial Service…olutions Suite 1994 Fall
/
Serving Financial Services Solutions Suite 1994 Fall.iso
/
Apps
/
AFS
/
WriteUp.app
/
English.lproj
/
PanelSpellCheck.nib
/
data.classes
next >
Wrap
Text File
|
1994-12-14
|
721b
|
55 lines
PanelSpellCheck = {
ACTIONS = {
learnAll:;
toggleLearnedWords:;
editLearnedWords:;
fixCandidate:;
fixAndFind:;
fix:;
guessWord:;
init:;
learn:;
pickBadWord:;
fixAll:;
findAll:;
ignore:;
findNext:;
pickGuessWord:;
};
OUTLETS = {
guessWordSL;
langField;
badList;
badWordBrowser;
badWordSL;
theSelectedWord;
correction;
guessList;
learnList;
findNextButton;
badWord;
guessWordBrowser;
showLearnedWords;
};
SUPERCLASS = Panel;
};
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
PasteUp = {
OUTLETS = {
spellPanel;
};
SUPERCLASS = Object;
};
WriteUp = {
ACTIONS = {
appDidInit:;
};
OUTLETS = {
};
SUPERCLASS = PasteUp;
};